home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 194
- Top = 114
- Width = 312
- Height = 182
- Caption = 'Space Removal DFA'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 24
- Top = 56
- Width = 8
- Height = 16
- end
- object Label2: TLabel
- Left = 24
- Top = 80
- Width = 8
- Height = 16
- end
- object Button1: TButton
- Left = 24
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Convert'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 24
- Top = 16
- Width = 249
- Height = 24
- TabOrder = 1
- OnChange = Edit1Change
- end
- end
-